-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[고급 레이아웃 컴포넌트] 윤생(이윤성) 미션 제출합니다. #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
Outdated
`tabs: string[]` : 요소를 선택해 콘텐츠를 이동할 수 있는 Tab Header에 표시될 문자열 배열 값입니다. | ||
|
||
`children: ReactElement` : 선택된 tabs 요소에 따라 띄울 콘텐츠를 보여줍니다. 보여주는 값은 선택된 tabs의 인덱스에 의존합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
사용해보니 bordercolor
도 필수인 것 같아서, 속성에 추가해주면 좋을 것 같아요!
@@ -0,0 +1 @@ | |||
* text=auto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요건 어떤 설정인가요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제가 주말에 윈도우에서 작업을 한번 했는데, CRLF로 저장이 되어서 그걸 막으려고 지정해준 옵션입니다!
|
||
`tabs: string[]` : 요소를 선택해 콘텐츠를 이동할 수 있는 Tab Header에 표시될 문자열 배열 값입니다. | ||
|
||
`children: ReactElement` : 선택된 tabs 요소에 따라 띄울 콘텐츠를 보여줍니다. 보여주는 값은 선택된 tabs의 인덱스에 의존합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
children이 props에선 ReactElement[]
이니깐, 여기도 배열로 알려주는 게 좋을 것 같아요!
@@ -0,0 +1,18 @@ | |||
import type { Meta, StoryObj } from '@storybook/react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
작성하신 스토리를 보고싶은데,
어디서 확인할 수 있을까요?
링크가 없는 것 같아서..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
링크 PR 메세지에 다시 남겨두었습니다~! 늦게 남겨두어서 죄송해요 🥹
가람 안녕하세요! 즐거운 명절 보내시고 계신가요! 코멘트와, overflow, 그리고 오류 나는 것 까지 수정해보았습니다! 다시 리뷰 요청드립니다~! 남은 연휴 잘 보내세요! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정하신 부분 및 스토리북 페이지 확인했습니다.
머지할게요 !!
이번 미션 수고하셨습니다 😁
🎯 2단계. 고급 레이아웃 컴포넌트
안녕하세요 가람! 2주차도 잘 부탁드립니다!
스토리북 링크
공통
컴포넌트 요구사항
📌 구현한 내용 설명
기본 요구사항에 맞게 구현해보았어요~!
📸 스크린샷 (선택 사항)
(필요하다면 구현한 내용을 보여주는 스크린샷 첨부.)
🔗 참고 링크 (선택 사항)
(유용했던 참고 자료나 레퍼런스가 있다면 링크 첨부)